home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / yacas_alg / yacas_morphos / share / yacas / include / mathutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  102 b   |  9 lines

  1.  
  2. #ifndef __mathutil_h__
  3. #define __mathutil_h__
  4.  
  5. LispInt PlatAsciiToInt(LispCharPtr aString);
  6.  
  7. #endif
  8.  
  9.